home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 November / Chip Kasım 2000.iso / prog / share / 18 / setup.exe / Main / gimp_tips.txt < prev    next >
Encoding:
Text File  |  2000-08-04  |  6.2 KB  |  156 lines

  1. # This is a list of tips for the GIMP.  Every time the GIMP is
  2. # started, one tip will be selected from this file and will be
  3. # displayed in the "Tip of the day" dialog.
  4. #
  5. # - Lines starting with '#' are comments.
  6. # - Blank lines or comments separate two tips (they are not ignored).
  7. #   Multiple blank lines are treated as one.  If you want to have a
  8. #   blank line in a tip, put a space or tab in it.
  9. # - Text will appear in the dialog as it is in this file.  This is
  10. #   done on purpose in order to have more freedom in the layout of the
  11. #   tips than with automatic word-wrapping, but this also means that
  12. #   you have to avoid excessively long lines in this file.
  13. # - Tips should be concise: 3 lines or less.
  14. #
  15. # Tips in this file have been contributed by Zachary Beane, Mo Oishi,
  16. # Raphael Quinet, Sven Neumann and other people on the gimp mailing 
  17. # lists.
  18. # --------------------------------------------------------------------
  19.  
  20. # The first tip should be a welcome message, because this is the
  21. # first thing that a new user will see.
  22. #
  23.  
  24. # FIXME: re-write this welcome message:
  25.  
  26.                             Welcome to the GIMP !
  27.       
  28. Nearly all image operations are performed by right-clicking
  29. on the image.  And don't worry, you can undo most mistakes...    
  30.  
  31. # Tips for beginners start here
  32. #
  33.  
  34. The GIMP uses layers to let you organize your image.  Think of them 
  35. as a stack of slides or filters, such that looking through them you 
  36. see a composite of their contents.
  37.  
  38. You can perform many layer operations by right-clicking on the text
  39. label of a layer in the Layers dialog (Dialogs->Layers & Channels).
  40.  
  41. When trying to save files as GIF, XPM, or any other indexed 
  42. color format, you need to convert the image to indexed using 
  43. the Image menu.
  44.  
  45. You can get the Tool Options menu to open by double-clicking 
  46. any button in the toolbar.
  47.  
  48. You can change the name of a layer by double-clicking 
  49. on its name in the Layers dialog box.
  50.  
  51. The layer named "Background" is special.  You can't add 
  52. transparency or a layer mask to it.  To add transparency, you 
  53. must first "add alpha" to the layer by right-clicking in the 
  54. layers dialog and selecting "Add Alpha Channel". 
  55.  
  56. When using a drawing tool (Paintbrush, Airbrush, or Pencil), 
  57. Shift-click will draw a straight line from your last drawing 
  58. point to your current cursor position.
  59.  
  60. Most plug-ins work on the current layer of the current image.  In 
  61. some cases, you will have to merge all layers (Layers->Flatten Image) 
  62. if you want the plug-in to work on the whole image.
  63.  
  64. Most file-formats can't handle layers and for that reason only 
  65. the active layer is saved.  Use XCF, the GIMP's native file format 
  66. to keep layers, channels and guides when saving.
  67.  
  68. Not all effects can be applied to all kinds of images.  This 
  69. is indicated by a grayed-out menu-entry.  You may need to 
  70. change the image to RGB, add an alpha-channel or flatten it.
  71.  
  72. # Tips for intermediate users start here
  73. #
  74.  
  75. The file selection dialog box has command-line completion with 
  76. Tab, just like the shell.  Type part of a filename, hit tab, and voila!
  77. It's completed.
  78.  
  79. You can reassign shortcut keys on any menu by bringing up the menu,
  80. selecting a menu item, and pressing the new shortcut key combination.
  81. This is dynamic and is saved when you exit GIMP.
  82.  
  83. All the old channel operations have been replaced with the more
  84. powerful and flexible Layer and Layer Mode operations.  They may 
  85. take getting used to, but they are simply a better way to operate.
  86.  
  87. You can use the middle mouse button to pan around 
  88. the image, if it's larger than its display window.
  89.  
  90. Click and drag on a ruler to place a Guide on an image.  All 
  91. dragged selections will snap to the guides.  You can remove 
  92. guides by dragging them off the image with the Move tool.
  93.  
  94. The GIMP supports gzip compression on the fly.  Just add 
  95. '.gz' (or '.bz2', if you have bzip2 installed) to the filename 
  96. and your image will be saved compressed.  Of course loading 
  97. compressed images works too.
  98.  
  99. Pressing and holding the Shift key before making a selection allows
  100. you to add to the current selection instead of replacing it.  Using
  101. Ctrl before making a selection subtracts from the current one.
  102.  
  103. You can press or release the Shift and Ctrl keys while you are
  104. making a selection in order to constrain it to a perfect square 
  105. or circle, or to have it centered on its starting point.
  106.  
  107. # Tips for advanced users start here
  108. #
  109.  
  110. You can adjust the selection range for fuzzy select 
  111. by clicking and dragging left and right.
  112.  
  113. Shift-click on the eye icon in the Layers dialog to hide all 
  114. layers but that one.  Shift-click again to show all layers.
  115.  
  116. Ctrl-click on the layer mask's preview in the Layers dialog 
  117. toggles the effect of the layer mask.
  118.  
  119. Alt-click on the layer mask's preview in the Layers dialog 
  120. toggles viewing the mask directly.
  121.  
  122. You can use Alt-Tab to cycle through all layers in an image 
  123. (if your window manager doesn't trap those keys...).
  124.  
  125. Shift-click with the Bucket Fill tool to have it use 
  126. the background color instead of the foreground color.
  127.  
  128. Control-drag with the Transform tool in rotation mode 
  129. will constrain the rotation to 15 degree angles.
  130.  
  131. You can adjust and re-place a selection by using Alt-drag.
  132.  
  133. If your fonts turn out blocky, that's because they're not scalable
  134. fonts.  Most X servers support scalable Type 1 Postscript fonts.
  135. Download and install them.
  136.  
  137. # FIXME: The next tip should disappear once we have solved the
  138. #        problems of stale pluginrc files and plug-in directories.
  139. #        All other files in ~/.gimp can be kept after an upgrade.
  140. #        In particular, we should try to preserve gimprc.  --Raphael
  141.  
  142. When installing a new version, be sure to 
  143. delete your ~/.gimp directory first.
  144.  
  145. Using Edit->Stroke allows you to draw simple squares or circles by
  146. painting the edge of your current selection with the active brush.
  147. More complex shapes can be drawn with Filters->Render->Gfig.
  148.  
  149. To create a perfect circle, hold Shift while doing an ellipse select. To 
  150. place a circle precisely, drag horizontal and vertical guides tangent to 
  151. the circle you want to select, place your cursor at the intersection
  152. of the guides, and the resulting selection will just touch the guides.
  153.  
  154. # (end of tips)
  155.  
  156.